home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / save_value < prev    next >
Text File  |  2001-04-06  |  680b  |  21 lines

  1. SYNOPSIS
  2.         string save_value (mixed value)
  3.  
  4. DESCRIPTION
  5.         Encode the <value> into a string suitable for restoration with
  6.         restore_value() and return it.
  7.  
  8.         The created string consists of two lines, each terminated with
  9.         a newline character: the first line describes the format used to
  10.         save the value in the '#x:y' notation; the second line is the
  11.         representation of the value itself.
  12.  
  13.         The format of the encoded value and of the format line matches
  14.         the format used by save_object() and restore_object().
  15.  
  16. HISTORY
  17.         Introduced in LDMud 3.2.8.
  18.  
  19. SEE ALSO
  20.         restore_value(E), restore_object(E), save_object(E)
  21.